button clicker code

38

<html>
  <body>
    <div class = click>
    <h1 id = "title">K'Jah's Button Clicker</h1>
    <button type="button" id = "clicker">Click to count : 0 </button>
      <button type="button" id = "reset">reset</button>
      <h2>Click the button!</h2>
  </div>
  
      </body>
</html>
h1{
  text-align: center;
  color: blue;
}
h2{
  color:blue
}
#clicker{
  color:blue;
}
.click{
  text-align: center
}
body{
  background: pink
}

Comments

Submit
0 Comments